home *** CD-ROM | disk | FTP | other *** search
- inherited TextGoToDialog: TTextGoToDialog
- Left = 489
- Top = 310
- Caption = 'Go To'
- ClientHeight = 111
- ClientWidth = 273
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object ItemLbl: TUiLabel
- Left = 8
- Top = 8
- Height = 13
- Caption = 'Line:'
- FocusControl = ItemEdit
- end
- object ColLbl: TUiLabel
- Left = 8
- Top = 56
- Height = 13
- Caption = 'Column:'
- FocusControl = ColEdit
- end
- object ItemEdit: TUiNumEdit
- Left = 8
- Top = 24
- Width = 65
- Height = 21
- TabOrder = 0
- end
- object ColEdit: TUiNumEdit
- Left = 8
- Top = 72
- Width = 65
- Height = 21
- TabOrder = 1
- end
- object SideGroupBox: TUiGroupBox
- Left = 112
- Top = 8
- Width = 153
- Height = 57
- Caption = 'Side'
- TabOrder = 2
- object LeftSideEdit: TUiRadioButton
- Left = 8
- Top = 16
- Height = 17
- Caption = '&Left'
- TabOrder = 0
- TabStop = True
- end
- object CenterSideEdit: TUiRadioButton
- Left = 80
- Top = 16
- Height = 17
- Caption = '&Center'
- TabOrder = 1
- Visible = False
- end
- object RightSideEdit: TUiRadioButton
- Left = 9
- Top = 32
- Height = 17
- Caption = '&Right'
- TabOrder = 2
- end
- object OutputSideEdit: TUiRadioButton
- Left = 80
- Top = 32
- Height = 17
- Caption = '&Output'
- TabOrder = 3
- Visible = False
- end
- end
- object OkBtn: TUiButton
- Left = 112
- Top = 80
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- AutoSize = asRight
- end
- object CancelBtn: TUiButton
- Left = 192
- Top = 80
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- AutoSize = asRight
- end
- end
-